csd: Properly dispose custom titlebars
authorMatthias Clasen <mclasen@redhat.com>
Mon, 13 May 2013 00:58:48 +0000 (20:58 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 13 May 2013 01:01:59 +0000 (21:01 -0400)
commit7052d4071cff1bbbebb58b867e364a231e4dc841
tree38f8d3531f1eeae06bc307195211552547172899
parentd31391b0c702bbda5332df6497e73e3ec59ed2c3
csd: Properly dispose custom titlebars

gtk_bin_remove can't handle internal children, so we have
to unset the titlebar widget before chaining up in dispose.

https://bugzilla.gnome.org/show_bug.cgi?id=700054
gtk/gtkwindow.c